StarRegionInfo
The region info format of a star. It is the combination of the following types:
Subtype A
EnterLocation
It is of the type RegionEntryLocation
.
StarSize
It ranges between 2000 and 6000.
It increments by 1.
It is of the type number
.
StarType
It is of the type StarType
.
Subtype B
It is of the type PlayableRegionInfo
.
Luau Type
This is the luau type for StarRegionInfo
. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
export type StarRegionInfo = {
StarType: StarType,
BlackHoleSize: never,
EnterLocation: RegionEntryLocation,
StarSize: number,
OrbitBody: never,
PlanetData: never,
} & PlayableRegionInfo